IHipFS.absoluteRead

Same as read. But doesn't use install path. Limited and sync.

  1. bool absoluteRead(string path, void[] output)
    interface IHipFS
    bool
    absoluteRead
    (
    string path
    ,
    out void[] output
    )
  2. bool absoluteRead(string path, ubyte[] output)

Meta